home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / x / gui / amiga / x11_1.dms / x11_1.adf / misc.LZH / Demo-twm < prev    next >
Text File  |  1992-03-27  |  232b  |  11 lines

  1. echo "Demo with twm (Tab Window Manager)"
  2. stack 30000
  3. wait 1
  4. path X11:bin add
  5. ask "Do you have a 3 button mouse or other pointer device? [y or n]"
  6. if warn
  7.     X11:bin/twm -f X11:twm/3b.twmrc
  8. else
  9.     X11:bin/twm -f X11:twm/2b.twmrc
  10. endif
  11.